home *** CD-ROM | disk | FTP | other *** search
Java Source | 1997-02-27 | 342 b | 14 lines | [TEXT/CWIE] |
- /* SK8 © 1997 Apple Computer, Inc.
- This code is protected under the current SK8 License
- See http://sk8.research.apple.com/ for more information
- Apple Research Laboratories
- */
-
- import java.awt.*;
-
-
- //By default actors are rectangularly shaped.
- //We create this rectangle class as a convenience.
- class rectangle extends actor {
-
- }